Skip to main content
PUT
Add submission characteristics [ap-3]

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

submission_id
string
required

Body

application/json

Properties associated with the original document submission by the end user.

document_characteristics
Document characteristics · object | null

Properties associated with the analyzed document.

device_characteristics
Device characteristics · object | null

Properties associated with the device used to submit the document.

identity_characteristics
User identity characteristics · object | null

Properties identifying the user who submitted the document.

transaction_characteristics
Characteristics related to a transaction with the user · object | null

Properties of a transaction between the user and customer, e.g., load or purchase.

email_characteristics
Characteristics related to an email interaction with the user · object | null

Properties of an email interaction between the user and customer, e.g. email or subject hashes.

claims_characteristics
Insurance claims characteristics · object | null

Properties of an insurance claim.

submission_time
string | null

Time of document submission by the end user

customer_tenant_id
string | null

Customer-assigned identifier for a tenant or merchant. Must not contain PII. Used to separate data by tenant for monitoring and configuration.

Maximum string length: 1024
customer_case_id
string | null

Customer-assigned case identifier. Must not contain PII. Used to track document resubmissions.

Maximum string length: 1024

Response

Submission characteristics were submitted successfully